Platform Explorer / Nuxeo Platform 2023.10

Operation Document.Untrash (Untrash)

Description

Undeletes documents (and ancestors if needed to make them visible)..
Operation id Document.Untrash
Category Document
Label Untrash
Requires
Since

Parameters

No parameters.

Signature

Inputs document, documents
Outputs document, documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.document.UntrashDocument
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Document.Untrash",
  "label" : "Untrash",
  "category" : "Document",
  "requires" : null,
  "description" : "Undeletes documents (and ancestors if needed to make them visible)..",
  "url" : "Document.Untrash",
  "signature" : [ "document", "document", "documents", "documents" ],
  "params" : [ ]
}